","\n",$_SESSION['com1']); //$com = str_replace("
","\n",$com); $ex = $_SESSION['ex']; $Rdata = $_SESSION['Rdate']; $nc = $_SESSION['snc']; $weather = $_SESSION['weather']; $OY = $_SESSION['OY']; $OM = $_SESSION['OM']; $OD = $_SESSION['OD']; $skiy = $_SESSION['skiy']; $skim = $_SESSION['skim']; $skid = $_SESSION['skid']; $T1 = $_SESSION['T1']; $T2 = $_SESSION['T2']; $skinum = $_SESSION['skinum']; $cou = $_SESSION['cou']; $text1 = $_SESSION['text1']; $text2 = $_SESSION['text2']; $text3 = $_SESSION['text3']; $INAME1=$_SESSION['Imgn1']; $INAME2=$_SESSION['Imgn2']; $INAME3=$_SESSION['Imgn3']; $_SESSION['Imgn1']=""; $_SESSION['Imgn2']=""; $_SESSION['Imgn3']=""; $u11 = "$INAME1"; $u22 = "$INAME2"; $u33 = "$INAME3"; if(file_exists("$u11")){ unlink("$u11"); } if(file_exists("$u22")){ unlink("$u22"); } if(file_exists("$u33")){ unlink("$u33"); } $u = "${id}/"."${Rdata}"; $u1 = "${id}/"."${Rdata}/"."image1".".jpg"; $u2 = "${id}/"."${Rdata}/"."image2".".jpg"; $u3 = "${id}/"."${Rdata}/"."image3".".jpg"; if(file_exists("$u1")){ $img1flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u1"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width1 = $width * $percent; $new_height1 = $height * $percent; }else{ $new_width1 = $width; $new_height1 = $height; } } if(file_exists("$u2")){ $img2flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u2"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width2 = $width * $percent; $new_height2 = $height * $percent; }else{ $new_width2 = $width; $new_height2 = $height; } } if(file_exists("$u3")){ $img3flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u3"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width3 = $width * $percent; $new_height3 = $height * $percent; }else{ $new_width3 = $width; $new_height3 = $height; } } }else{ if(!$conn = mysql_connect(_DB_SERVER,_DB_UID,_DB_PASS)){ die('MySQL接続失敗'); } //データベースの選択 if(!$sts = mysql_select_db(_DB_NAME,$conn)){ die('テーブル選択失敗'); } $artnum = $_GET['artnum']; $sql=""; $sql.="select * from album where artnum = '$artnum' group by artnum "; $mq = mysql_query($sql,$conn); if($rec = mysql_fetch_array($mq)){ $ownerid = _hs($rec['id']); $Rdata = _hs($rec['date']); $title = _hs($rec['title']); $category = _hs($rec['category']); $temp = _hs($rec['temp']); $com = _hs($rec['com']); $com = str_replace("
","\n",$com); $img1com = _hs($rec['img1com']); $img2com = _hs($rec['img2com']); $img3com = _hs($rec['img3com']); $img1name = _hs($rec['img1name']); $img2name = _hs($rec['img2name']); $img3name = _hs($rec['img3name']); $ex = _hs($rec['ex']); $nc = $rec['nc']; $weather = $rec['weather']; $Odate = _hs($rec['Odate']); $OY=substr($Odate,0,4);//年 $OM=substr($Odate,6,2);//月 $OD=substr($Odate,10,2);//日 $u = "${id}/"."${Rdata}"; $u1 = "${id}/"."${Rdata}/"."image1".".jpg"; $u2 = "${id}/"."${Rdata}/"."image2".".jpg"; $u3 = "${id}/"."${Rdata}/"."image3".".jpg"; if(file_exists("$u1")){ $img1flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u1"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width1 = $width * $percent; $new_height1 = $height * $percent; }else{ $new_width1 = $width; $new_height1 = $height; } } if(file_exists("$u2")){ $img2flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u2"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width2 = $width * $percent; $new_height2 = $height * $percent; }else{ $new_width2 = $width; $new_height2 = $height; } } if(file_exists("$u3")){ $img3flg=1; $percent=0; //画像サイズ自動変更処理 list($width, $height) = getimagesize("$u3"); if($width > $height){ if($width > 180){ $percent = 180 / $width; } }elseif($width < $height){ if($height > 135){ $percent = 135 / $height; } }else{ if($width > 180){ $percent = 180 / $width; } if($height > 135){ $percent = 135 / $height; } } if($percent > 0){ $new_width3 = $width * $percent; $new_height3 = $height * $percent; }else{ $new_width3 = $width; $new_height3 = $height; } } $sqllist=""; $sqllist.="select * from ski where artnum = '$artnum' group by artnum"; $mqlist = mysql_query($sqllist,$conn); if($rec = mysql_fetch_array($mqlist)){ $c_name = $rec['c_name']; $c_num = $rec['c_num']; $text1 = $rec['text1']; $text2 = $rec['text2']; $text3 = $rec['text3']; $skiy = $rec['skiy']; $skim = $rec['skim']; $skid = $rec['skid']; $T1 = $rec['T1']; $T2 = $rec['T2']; $skinum = $rec['skinum']; $cou = $rec['cou']; } } } $dateY=date("Y"); $dateM=date("n"); $dateD=date("j"); //MySQLに接続 if(!$conn = mysql_connect(_DB_SERVER,_DB_UID,_DB_PASS)){ die('MySQL接続失敗'); } //データベースの選択 if(!$sts = mysql_select_db(_DB_NAME,$conn)){ die('テーブル選択失敗'); } $sqllist=""; $sqllist.="select * from member where id = '$id' group by id"; $mqlist = mysql_query($sqllist,$conn); if($rec = mysql_fetch_array($mqlist)){ $blogtitle = $rec['blogtitle']; $ownerskin_id = $rec['skin_id']; } $sqllist=""; $sqllist.="select n_category from category where id = '$id' group by id"; $mqlist = mysql_query($sqllist,$conn); if($rec = mysql_fetch_array($mqlist)){ $l_category = $rec['n_category']; $l_category=explode("%$&$%","$l_category"); } //-----------------------レポートアップ処理--------------------------------------------- if(isset($_POST['Rsubmit'])){ $title=_ss(_hs($_POST['title'])); $com=_ss(_hs($_POST['com'])); $c_name=_ss(_hs($_POST['c_name'])); $c_num=_ss(_hs($_POST['c_num'])); $app=_ss(_hs($_POST['app'])); $mate=_ss(_hs($_POST['mate'])); $mak=_ss(_hs($_POST['mak'])); $OY=_ss(_hs($_POST['OY'])); $OM=_ss(_hs($_POST['OM'])); $OD=_ss(_hs($_POST['OD'])); $ex=_ss(_hs($_POST['ex'])); $nc=_ss(_hs($_POST['nc'])); $weather=_ss(_hs($_POST['weather'])); $skiy = _ss(_hs($_POST['skiy'])); $skim = _ss(_hs($_POST['skim'])); $skid = _ss(_hs($_POST['skid'])); $T1 = _ss(_hs($_POST['T1'])); $T2 = _ss(_hs($_POST['T2'])); $skinum = _ss(_hs($_POST['skinum'])); $cou = _ss(_hs($_POST['cou'])); $text1 = _ss(_hs($_POST['text1'])); $text2 = _ss(_hs($_POST['text2'])); $text3 = _ss(_hs($_POST['text3'])); $img1 = $_FILES['img1']; //アップロードファイルオブジェクト $img1tmp = $_FILES['img1']['tmp_name']; //tmpファイル名 $img1name = $_FILES['img1']['name']; //ローカルファイル名 $img1size = $_FILES['img1']['size']; //サイズ $img1type = $_FILES['img1']['type']; //タイプ $img2 = $_FILES['img2']; //アップロードファイルオブジェクト $img2tmp = $_FILES['img2']['tmp_name']; //tmpファイル名 $img2name = $_FILES['img2']['name']; //ローカルファイル名 $img2size = $_FILES['img2']['size']; //サイズ $img2type = $_FILES['img2']['type']; //タイプ $img3 = $_FILES['img3']; //アップロードファイルオブジェクト $img3tmp = $_FILES['img3']['tmp_name']; //tmpファイル名 $img3name = $_FILES['img3']['name']; //ローカルファイル名 $img3size = $_FILES['img3']['size']; //サイズ $img3type = $_FILES['img3']['type']; //タイプ $Rdata=date("YmdHis"); $error=array(); $rotate1 = $_POST['rotate1']; $rotate2 = $_POST['rotate2']; $rotate3 = $_POST['rotate3']; $errorflg1=""; $errorflg2=""; $errorflg3=""; $errorflg4=""; $errorflg5=""; $errorflg6=""; $errorflg7=""; $errorflg8=""; $errorflg9=""; $errorflg10=""; //エラーチェック if($title==""){ $error[]="○タイトルが入力されていません。
対処法:タイトルを入力して下さい。"; $errorflg1="y"; } if($OY!=""){ if(!ereg("[0-9]{1,4}",$OY)){ $error[]="○日記の日付の年数が不正です。半角数字4文字以内での入力以外できません。"; } } if($category=="" and $n_category==""){ $category="日記"; $n_category=""; } if($n_category=="日記"){ $error[]="○入力されたカテゴリ名はすでに登録されております。
対処法:別のカテゴリ名を入力して下さい。"; $errorflg10="y"; }else{ for($i=1;$l_category[$i]!="";$i++){ if($l_category[$i]==$n_category){ $error[]="○入力されたカテゴリ名はすでに登録されております。
対処法:別のカテゴリ名を入力して下さい。"; $n_category=""; $errorflg10="y"; } } } if($temp==""){ $temp="日記"; } if($com==""){ $error[]="○コメントが入力されていません。
対処法:コメントを入力して下さい。"; $errorflg2="y"; } $u1 = "${id}/"."${Rdata}/"."image1".".jpg"; $u2 = "${id}/"."${Rdata}/"."image2".".jpg"; $u3 = "${id}/"."${Rdata}/"."image3".".jpg"; if((!is_uploaded_file($img1tmp)) and ((is_uploaded_file($img2tmp)) or (is_uploaded_file($img3tmp)))){ if(!file_exists("$u1")){ $error[]="○写真1が選択されずに写真2または写真3が選択されました。
対処法:写真のアップは写真1から順に選んでください。"; $errorflg3="y"; } }elseif((is_uploaded_file($img1tmp)) and (!is_uploaded_file($img2tmp)) and (is_uploaded_file($img3tmp))){ if(!file_exists("$u1") and !file_exists("$u2")){ $error[]="○写真1と写真2が選択されずに写真3が選択されました。
対処法:写真のアップは写真1から順に選んでください。"; $errorflg3="y"; } } if($error[0]==""){ if($img1com!="" and (!is_uploaded_file($img1tmp))){ if(!file_exists("$u1")){ $error[] = "○写真1が選択されずに写真1用一言コメントが入力されています。
対処法:写真1を選択してから写真1用一言コメントを入力して下さい。"; $errorflg4="y"; } }elseif(is_uploaded_file($img1tmp)){ if($img1size < 10000000){ if(!ereg("(\.jpg)$|(\.jpeg)$|(\.JPG)$|(\.JPEG)$",$img1name)){ $error[] = "○写真1の拡張子がjpegまたはjpg以外の写真ファイルはアップ出来ません。"; $errorflg5="y"; }elseif(is_uploaded_file($img1tmp)){ srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME1 .= substr($passchars,rand(0,$len - 1),1); $i++; } $u1 = "${id}/"."${Rdata}/"."img1"."$IMGNAME1".".jpg"; $_SESSION['Imgn1']=$u1; if(!file_exists("${id}/"."${Rdata}")){ mkdir("${id}/"."${Rdata}",0777); //シリアルナンバー名のフォルダ作成・属性(777) chmod("${id}/"."${Rdata}", 0777); } //写真サイズ自動変更処理 list($width, $height) = getimagesize($img1tmp); if($width > $height){ if($width > 640){ $percent = 640 / $width; } }elseif($width < $height){ if($height > 480){ $percent = 480 / $height; } }else{ if($width > 640){ $percent = 640 / $width; } if($height > 480){ $percent = 480 / $height; } } if($width > 640 or $height > 480){ $new_width = $width * $percent; $new_height = $height * $percent; $image_p = imagecreatetruecolor($new_width, $new_height); $image = imagecreatefromjpeg($img1tmp); imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height); if($rotate1!=0){ $image_p = imagerotate($image_p, $rotate1, 0); } $boRtn=imagejpeg($image_p,$u1,100); }else{ $image = imagecreatefromjpeg($img1tmp); if($rotate1!=0){ $image_p = imagerotate($image, $rotate1, 0); $boRtn=imagejpeg($image_p,$u1,100); }else{ $boRtn=move_uploaded_file($img1tmp,$u1); } } if ($boRtn){ chmod("$u1", 0777); }else{ $error[] = "○写真1のアップロードに失敗しました。
対処法:写真1をもう一度選択し直して下さい。"; $errorflg5="y"; } } }else{ $error[] = "○写真1のサイズが大きすぎます。
対処法:アップ出来る写真の容量は500KBまでです。写真の容量を小さくして下さい。"; $errorflg5="y"; } }elseif($rotate1!=0){ $filename="${id}/"."${Rdata}/"."image1".".jpg"; srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME1 .= substr($passchars,rand(0,$len - 1),1); $i++; } $filename2="${id}/"."${Rdata}/"."img1"."$IMGNAME1".".jpg"; $_SESSION['Imgn1']=$filename2; if(file_exists($filename)){ $source = imagecreatefromjpeg($filename); // 回転 $image_p = imagerotate($source, $rotate1, 0); // 出力 imagejpeg($image_p,$filename2,100); } } if($img2com!="" and (!is_uploaded_file($img2tmp))){ if(!file_exists("$u2")){ $error[] = "○写真2が選択されずに写真2用一言コメントが入力されています。
対処法:写真2を選択してから写真2用一言コメントを入力して下さい。"; $errorflg6="y"; } }elseif(is_uploaded_file($img2tmp)){ if($img2size < 10000000){ if(!ereg("(\.jpg)$|(\.jpeg)$|(\.JPG)$|(\.JPEG)$",$img2name)){ $error[] = "○写真2の拡張子がjpegまたはjpg以外の写真ファイルはアップ出来ません。"; $errorflg7="y"; }elseif(is_uploaded_file($img2tmp)){ srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME2 .= substr($passchars,rand(0,$len - 1),1); $i++; } $u2 = "${id}/"."${Rdata}/"."img2"."$IMGNAME2".".jpg"; $_SESSION['Imgn2']=$u2; if(!file_exists("${id}/"."${Rdata}")){ mkdir("${id}/"."${Rdata}",0777); //シリアルナンバー名のフォルダ作成・属性(777) chmod("${id}/"."${Rdata}", 0777); } //写真サイズ自動変更処理 list($width, $height) = getimagesize($img2tmp); if($width > $height){ if($width > 640){ $percent = 640 / $width; } }elseif($width < $height){ if($height > 480){ $percent = 480 / $height; } }else{ if($width > 640){ $percent = 640 / $width; } if($height > 480){ $percent = 480 / $height; } } if($width > 640 or $height > 480){ $new_width = $width * $percent; $new_height = $height * $percent; $image_p = imagecreatetruecolor($new_width, $new_height); $image = imagecreatefromjpeg($img2tmp); imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height); if($rotate2!=0){ $image_p = imagerotate($image_p, $rotate2, 0); } $boRtn=imagejpeg($image_p,$u2,100); }else{ $image = imagecreatefromjpeg($img2tmp); if($rotate2!=0){ $image_p = imagerotate($image, $rotate2, 0); $boRtn=imagejpeg($image_p,$u2,100); }else{ $boRtn=move_uploaded_file($img2tmp,$u2); } } if ($boRtn){ chmod("$u2", 0777); }else{ $error[] = "○写真2のアップロードに失敗しました。
対処法:写真2をもう一度選択し直して下さい。"; $errorflg7="y"; } } }else{ $error[] = "○写真2のサイズが大きすぎます。
対処法:アップ出来る写真の容量は500KBまでです。写真の容量を小さくして下さい。"; $errorflg7="y"; } }elseif($rotate2!=0){ $filename="${id}/"."${Rdata}/"."image2".".jpg"; srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME2 .= substr($passchars,rand(0,$len - 1),1); $i++; } $filename2="${id}/"."${Rdata}/"."img2"."$IMGNAME2".".jpg"; $_SESSION['Imgn2']=$filename2; if(file_exists($filename)){ $source = imagecreatefromjpeg($filename); // 回転 $image_p = imagerotate($source, $rotate2, 0); // 出力 imagejpeg($image_p,$filename2,100); } } if($img3com!="" and (!is_uploaded_file($img3tmp))){ if(!file_exists("$u3")){ $error[] = "○写真3が選択されずに写真3用一言コメントが入力されています。
対処法:写真3を選択してから写真3用一言コメントを入力して下さい。"; $errorflg8="y"; } }elseif(is_uploaded_file($img3tmp)){ if($img3size < 10000000){ if(!ereg("(\.jpg)$|(\.jpeg)$|(\.JPG)$|(\.JPEG)$",$img3name)){ $error[] = "○写真3の拡張子がjpegまたはjpg以外の写真ファイルはアップ出来ません。"; $errorflg9="y"; }elseif(is_uploaded_file($img3tmp)){ srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME3 .= substr($passchars,rand(0,$len - 1),1); $i++; } $u3 = "${id}/"."${Rdata}/"."img3"."$IMGNAME3".".jpg"; $_SESSION['Imgn3']=$u3; if(!file_exists("${id}/"."${Rdata}")){ mkdir("${id}/"."${Rdata}",0777); //シリアルナンバー名のフォルダ作成・属性(777) chmod("${id}/"."${Rdata}", 0777); } //写真サイズ自動変更処理 list($width, $height) = getimagesize($img3tmp); if($width > $height){ if($width > 640){ $percent = 640 / $width; } }elseif($width < $height){ if($height > 480){ $percent = 480 / $height; } }else{ if($width > 640){ $percent = 640 / $width; } if($height > 480){ $percent = 480 / $height; } } if($width > 640 or $height > 480){ $new_width = $width * $percent; $new_height = $height * $percent; $image_p = imagecreatetruecolor($new_width, $new_height); $image = imagecreatefromjpeg($img3tmp); imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height); if($rotate3!=0){ $image_p = imagerotate($image_p, $rotate3, 0); } $boRtn=imagejpeg($image_p,$u3,100); }else{ $image = imagecreatefromjpeg($img3tmp); if($rotate3!=0){ $image_p = imagerotate($image, $rotate3, 0); $boRtn=imagejpeg($image_p,$u3,100); }else{ $boRtn=move_uploaded_file($img3tmp,$u3); } } if ($boRtn){ chmod("$u3", 0777); }else{ $error[] = "○写真3のアップロードに失敗しました。
対処法:写真3をもう一度選択し直して下さい。"; $errorflg9="y"; } } }else{ $error[] = "写真3のサイズが大きすぎます。
対処法:アップ出来る写真の容量は500KBまでです。写真の容量を小さくして下さい。"; $errorflg9="y"; } }elseif($rotate3!=0){ $filename="${id}/"."${Rdata}/"."image3".".jpg"; srand(time()); $passchars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $len = strlen($passchars); $i = 0; while($i < 15){ $IMGNAME3 .= substr($passchars,rand(0,$len - 1),1); $i++; } $filename2="${id}/"."${Rdata}/"."img3"."$IMGNAME3".".jpg"; $_SESSION['Imgn3']=$filename2; if(file_exists($filename)){ $source = imagecreatefromjpeg($filename); // 回転 $image_p = imagerotate($source, $rotate3, 0); // 出力 imagejpeg($image_p,$filename2,100); } } } if($error[0]==""){ if($OY==""){ $OY=date("Y"); } if($OD==""){ $OD=date("d"); } if($OM==""){ $OM=date("m"); } $_SESSION['title']=$title; $_SESSION['com1']=$com; $_SESSION['snc']=$nc; $_SESSION['weather']=$weather; $_SESSION['c_name']=$c_name; $_SESSION['c_num']=$c_num; $_SESSION['app']=$app; $_SESSION['mate']=$mate; $_SESSION['mak']=$mak; $_SESSION['Rdate']=$Rdata; $_SESSION['OY']=$OY; $_SESSION['OM']=$OM; $_SESSION['OD']=$OD; $_SESSION['ex']=$ex; $_SESSION['text1']=$text1; $_SESSION['text2']=$text2; $_SESSION['text3']=$text3; $_SESSION['skiy']=$skiy; $_SESSION['skim']=$skim; $_SESSION['skid']=$skid; $_SESSION['T1']=$T1; $_SESSION['T2']=$T2; $_SESSION['skinum']=$skinum; $_SESSION['cou']=$cou; header("Location: http://www.jhayashida.co.jp/prime/rev_ski_con.php"); exit; } } //-----------------------レポートアップ処理終了--------------------------------------------- ?> 12){ //月が13以上になったときの処理 $month -=12; $year += 1; } break; case 2 ; $year += 1; break; case 3 ; $year += 10; break; case 4 ; $year += 100; break; } setcookie("year",$year,time()+60*60); setcookie("month",$month,time()+60*60); mb_language("Ja") ; mb_internal_encoding("JIS") ; header('content-type: text/html; charset =' ._CHARSET); ?> Blog One

<<    年月    >>
SUN MON TUE WED THU FRI SAT

体験してみよう

最近保存したはがき
" target=_blank>

限定公開中のお友達ブログ
" target=_blank>・
" target=_blank>・NO TITLE()
" target=_blank>・NO TITLE()

限定公開中の記事一覧を見る事が出来ます。

他の方の公開中の記事一覧を見る事が出来ます。
記事を編集する
作成したブログをタイトルまたはカテゴリ別に編集できます。詳細につきましては「ヘルプ」をご参照ください。 タイトル別 カテゴリ別 >
旅行記録
エラー

";}?>
記事タイトル">
記録日
スキー・スノボーについて
種類
※複数選択可
>スキー >スノーボート   暦">年
場所">
日付
お天気
気温">℃
積雪">cm
一緒に行った人">  計">人
滑走コース
コメント
この記事を >公開する >非公開にする >限定公開にする

写真1
" border=0 width= height=>

回転しない
左に90度回転
180度回転
右に90度回転
写真2
" border=0 width= height=>

回転しない
左に90度回転
180度回転
右に90度回転
写真3" border=0 width= height=>
回転しない
左に90度回転
180度回転
右に90度回転

>この記事へのコメントを拒否する
この記事へのコメントを拒否する時はこちらにチェックを入れて下さい。修正画面でいつでも変更できます。

  &n=top">トップへ戻る 会社概要 利用規約 個人情報保護 お問合せ